home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MINI - The Complete Story in Pictures
/
mini40completestory.iso
/
Data
/
MBj1.dxr
/
00031_Make Smaller.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-07-06
|
284 b
|
10 lines
on mouseUp
if sprite(15).width > 10 then
sprite(15).rect = sprite(15).rect - rect(-5, -5, 5, 5)
sprite(14).width = sprite(13).width - sprite(15).width
sprite(14).height = sprite(13).height - sprite(15).height
updateStage()
sendAllSprites(#doUPdate)
end if
end